home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0195.lzh / AMOSLIST / text0030.txt < prev    next >
Encoding:
Text File  |  1995-02-01  |  954 b   |  22 lines

  1. >1)
  2. >  I have been having problems with Deek, Doke, Peek and Poke. Everything works
  3. >fine until I start trying to read back negative numbers which I have previously
  4. >Poked or Doked into a Data Bank. I expect this is something to do with sign
  5. >extension, so is there a FAST solution to this? Doing a manual bit-test and
  6. >sign extension is pitifully slow.
  7.  
  8.   Right - AMOS doesn't do automatic sign extension.  The simplest solution is
  9. to just use longwords for everything.
  10.  
  11. >  Also, does anyone know of an extension or whatever which allows one to
  12. >perform a word or long-word search of memory. ie. Search for the first
  13. >occurance of a specified word-value between two addresses. I can do a byte
  14. >search by using the "hunt" command (if I remember rightly) but I am in
  15. >DESPERATE need of a word and long word version.
  16.  
  17.   I'm not sure, but check the EasyLife extension by Paul Hickman.  (Check the
  18. AMOS web page or e-mail ph@doc.ic.ac.uk.)
  19.  
  20.   --Andy Church
  21.  
  22.